@charset "utf-8";

.slideBox{ width:100%;  overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideTxtBox .bd{ position:relative; height:241px; z-index:0;overflow: hidden  }
.slideBox .bd ul{
	margin-bottom: 0;
}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }
.slideTxtBox .sPrev,.slideTxtBox .sNext{ position:absolute; left:5px; top:80px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(../images/icoLeft.gif) center center no-repeat #f4f4f4;    z-index: 9999; }
.slideTxtBox .sNext{ left:auto; right:5px; background:url(../images/icoRight.gif) center center no-repeat #f4f4f4;  }
.slideTxtBox .sPrev:hover,.slideTxtBox .sNext:hover{ border-color:#f60;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.tempWrap{
    width: 1138px!important;
    padding: 0 80px;
}
.recommend .recommend_topic,
.product_show .recommend_topic,
.good .recommend_topic,
.news .recommend_topic{
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
}
.recommend .recommend_topic_en,
.product_show  .recommend_topic_en,
.good  .recommend_topic_en,
.news  .recommend_topic_en{
    font-family:Arial;
    font-size: 13px;
    text-transform: uppercase;
}
.recommend{
    padding-top: 50px;
}
.recom_topic,
.show_topic{
    width: 37%;
    background:url("../images/line_grey.png") no-repeat;
    text-align: center;
    margin: 0 auto;
}
.recommend .product_recom{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 70px;
    margin-top: 30px;
}
.recommend .product_recom a img{
    transition: ease 1s;
}
.recommend .product_recom a:hover{
    text-decoration: none;
}
.recommend .product_recom a:hover img{
    transform: scale(1.1);
    overflow: hidden;
}
.recommend .product_recom .product_re_content{
    padding-top: 20px;
    overflow: hidden;
}
.recommend .product_recom .product_re_content_r{
    border-left: 1px solid #bfbfbf;
    padding-left: 0px;
    padding-right: 0px;
}
.recommend .product_recom .product_re_content_r_top{
    border-bottom: 1px solid #bfbfbf;
    overflow: hidden;
}
.recommend .product_recom .product1_name{
    color: #ff5400;
    font-size: 18px;
    font-weight: bold;
}
.recommend .product_recom .product_name{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.recommend .product_recom .pro_name_en{
    color: #a9a9a9;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.recommend .product_recom .re_pro1{
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.recommend .product_recom .re_pro2{
    max-height: 175px;
    width: 85%;
}
.recommend .product_recom .re_pro3{
    margin-top: 25px;
}
.recommend .product_recom .re_bottom{
    max-height: 140px;
   /* padding-bottom: 10px;*/
}
.recommend .product_recom .re_content_bottom{
    border-right: 1px solid #bfbfbf;
    overflow: hidden;
}
.recommend .product_recom  .recommend_bottom{
    padding-top: 5px;
    overflow: hidden;
}
.product_show{
    background:url("../images/pro_showbg.png");
    padding-top: 50px;
    padding-bottom: 95px;
}
.product_show .bd ul{
    padding-left: 12px;
    background-color: #ffffff;
    height: 260px;
}
.product_show .bd li{
    float: left;
    width: 33%;
}
.product_show .bd li img{
}
.product_show .recommend_topic{
    color:#ff5400 ;
}
.product_show  .recommend_topic_en{
    color: #fff;
}

.product_show .slideTxtBox{
    margin-top: 30px;
}
.product_show .slideTxtBox .hd .product_show_nav{
    border-bottom: 1px solid #bfbfbf;
    height: 43px;
    margin-bottom: 0px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_show .slideTxtBox .hd .product_show_nav li{
    float: left;
    width: 25%;
    text-align: center;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #bfbfbf;
}
.product_show .slideTxtBox .hd .product_show_nav .on{
    background-color: #03518c;
    color: #ffffff;
}
.good,
.news{
    padding-top: 50px;
}
.good .good_content{
    background: url("../images/good_bg.png");
    margin-top: 30px;
    padding-top:80px;
    padding-bottom:80px;
    text-align: center;
    color: #ffffff;
}
.good .good_content img{
    margin-bottom: 30px;
}
.good .good_content:hover img{
    transform: rotateY(360deg)
}
.good .good_content .good_topic{
    font-size: 20px;
    margin-bottom: 10px;
}
.good .good_content .good_intro{
    font-size: 13px;
}
.news{
    background: url("../images/newsbg.png");
    margin-top: 80px;
    padding-bottom: 66px;
}
.news .news_content{
    margin-top: 30px;
}
.news .news_list{
    height: 410px;
    border: 1px solid #bfbfbf;
    padding-left: 0px;
    padding-right: 0px;
   /* margin-right: 15px;*/
    margin: 10px 4%;
}
.news .news_list:last-child{
    margin-right: 0px;
}
.news .news_list>img{
    margin-bottom: 5px;
}
.news .news_list .more{
    display: block;
    background-color: #ff5400;
    width: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-radius: 8px;
    /*margin: 10px auto;*/
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}
.news .news_list .news_top_img{
    width: 100%;
}
.news .news_list .news_info{
    width: 100%;
}
.news .news_list .news_info li{
    border-bottom: 1px dashed #bfbfbf;
}
.news .news_list .news_info img{
    margin-right: 10px;
}
.news .news_list .news_info a{
    width: 95%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
}
.news .news_list .news_info a:hover{
    text-decoration: none;
}
.news .news_class{
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.news .news_text{
    width: 93%;
    margin: 0 auto;
    line-height: 26px;
    height: 186px;
    overflow: hidden;
}

@media screen  and (max-width: 1024px){
    .recom_topic,
    .show_topic{
        background: none;
    }
    .product_show .bd ul{
        height: 215px;
    }
}
@media screen  and (max-width: 414px){
    .top{
        padding-bottom: 0px;
    }
    .top .phone{
        display: none;
    }
    .search .hot_search,
    .search .search_class{
       display: none;
    }
    .search .form-group{
        width: 80%;
    }
    .product_show{padding-bottom: 0px;}
    .product_show .bd ul{
        height: 110px;
    }
    .news .news_list{
        height: auto;
        margin-top: 10px;
    }
    .recommend .product_recom .re_bottom{
        width: 60%;
    }
    .slideTxtBox .sPrev {  left: -10px;  top: 10px;  }
    .slideTxtBox .sNext {  right: -9px;   top: 10px; }
}
.index-bottom {
    position: fixed;
    height: 150px;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.nboder {
    border: none;
    width: 180px;
    height: 40px;
    border-radius: 10px;
    text-indent: 15px;
}
.submit1 {
    width: 80px;
    height: 80px;
    float: right;
    background: #d80000;
    font-size: 15px;
    color: #fff;
    border: none;
}
.clearfix {
    display: block;
}
.width {
    width: 1200px;
    margin: 0 auto;
}
.liuyan-con {
    width: 500px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}
.liuyan-bt {
    float: left;
    margin-top: 35px;
}
.liuyan-con dl dd {
    width: 180px;
    height: 40px;
    float: left;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    margin: 3px;
    line-height: 40px;
    font-size: 14px;
}
dd {
    display: block;
    -webkit-margin-start: 40px;
}